.banner{
	width: 100%;
	background: #000;
}
.banner img{
	width: 100%;
}
/*主体内容*/
.container .con_box{
	width: 1200px;
	margin:0 auto;
}
.container .con_title {
    height: 45px;
    line-height: 45px;
    color: #000;
    font-family: 微软雅黑;
    padding-left: 30px;
}
.con_title div{
       width: 1200px;
	margin:0 auto;
}
.con_box .con_title a{
	color: #fff;
}
.con_box .con_title a:hover{
	text-decoration: underline;
}
.con_products_list .products_left{
	float: left;
	width: 20%;
	padding-top: 25px;
}
.con_products_list .products_right{
	float: left;
	width: 79%;
	
}
.products_nav li{
	width:95%;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
        margin-bottom: 20px;
}
.products_nav li a{
	color: #222;
	display: block;
	width: 100%;
	height: 35px;
	text-align: center;
}
.products_nav li a:hover{
	background: #cd9b3f;
	color:#fff;
}
.products_list{
        padding-left: 35px;
        display: flex;
        flex-wrap: wrap;
}
.product-thumb .caption{
	margin-top: 10px;
	font-size: 14px;
        padding-bottom: 30px;
}
.caption .text-center{
	text-align: center;
}
.products_list .product-thumb{
	width: 20%;
         float: left;
        padding-top: 20px;
         border: 1px solid #eee;
          margin-bottom: 25px;
          margin-top: 25px;
         margin-right: 41px;
}
.products_list .product-thumb:hover{
        border:1px solid #189a9c;
       background:#189a9c;
}
.product-thumb .photo img{
	width: 100%;
        height:100%;
}
.caption .price{
	color: #a27453;
	font-size: 14px;
}
.caption  .shoping{         
         cursor: pointer;
         background:red;
         padding:3px;
        border-radius: 3px;
}
.shoping a{
     color:#fff;
}
.caption h6{
	color: #777;
	font-family: "宋体","SimSun";
	line-height: 16px;
	font-weight: 400;
}
.caption p{
	color: #969696;
}
.caption .price-info{
	margin-top: 6px;
}
/*翻页样式*/
.products_right .page{
	clear: both;
        padding-left:20px;
        float:left;
}
.page .page_list {
    height: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0;
    font-family: cursive;
    font-size: 12px;
}
.page_list a {
    height: 30px;
    display: inline-block;
    color: #000;
    border: 1px solid #f0f0f0;
    background: #f8f8f8;
    text-align: center;
    padding: 0 12px;
    margin: 0 2px;
    font-family: cursive;
}
.page_list a:hover{
	background: red;
	color: #fff;
}
